projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7752676
)
(back_to_previous_visible_line_start): Fix type of beg
author
Andreas Schwab
<schwab@suse.de>
Sun, 2 Dec 2007 16:31:05 +0000
(16:31 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Sun, 2 Dec 2007 16:31:05 +0000
(16:31 +0000)
and end.
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 0470cbd2ff31e0406398240e1ca44fd654a2819a..8ae136c9f756a3451428e272fdfa64bc94c0a9c9 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-5408,7
+5408,7
@@
back_to_previous_visible_line_start (it)
{
struct it it2;
int pos;
-
int
beg, end;
+
EMACS_INT
beg, end;
Lisp_Object val, overlay;
/* If newline is part of a composition, continue from start of composition */